home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch14 / acp379a / acp379aJ.js < prev   
Text File  |  1999-04-01  |  5KB  |  149 lines

  1.  
  2. function getQAarray() {
  3.  
  4.  
  5. ////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. matchingAnsObj = new Object;
  11.  
  12.  
  13. problemArr = new Array();
  14.  
  15. for (i=0; i<this.AnswerArray.length+3; i++) 
  16. {
  17.   problemArr[i] = new Object;
  18. };
  19.  
  20.  
  21. ////////////////////////////////////////////////////////////////////////////////////
  22. ////////////////////////////////////////////////////////////////////////////////////
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. // problemArr[1]["Q"] = "Experimentation "; 
  26. // problemArr[2]["Q"] = " Independent Variable ";
  27.  
  28.  
  29.  
  30.  
  31.  problemArr[1]["Q"] = " Within a large audience, those individuals whom a speaker especially wants to address; their response will usually determine if the speech succeeds. "; 
  32.  
  33.  problemArr[2]["Q"] = " The incentive to do something that requires effort, such as considering a persuasive message. "; 
  34.  
  35.  problemArr[3]["Q"] = " Statements that are not in the speaker's self-interest "; 
  36.  
  37.  problemArr[4]["Q"] = " Statements that are suspect because they are influenced by self-interest of the source. "; 
  38.  
  39.  problemArr[5]["Q"] = " Establishing common bonds between the speaker and the audience so that the speaker appears to be at one with listeners. "; 
  40.  
  41.  problemArr[6]["Q"] = " The refusal to accept the claim in a message no matter how strong its justification is. "; 
  42.  
  43.  problemArr[7]["Q"] = " Disregarding a message (even if it is generally true) because one disputes that it applies to oneself. "; 
  44.  
  45.  problemArr[8]["Q"] = " Keeping two conflicting beliefs separated so that one need not be conscious of the conflict between them. "; 
  46.  
  47.  problemArr[9]["Q"] = " The opposite effect from that which a speaker intends. "; 
  48.  
  49.  problemArr[10]["Q"] = " Making people aware of values and commitments that they previously took for granted. "; 
  50.  
  51.  problemArr[11]["Q"] = " A prediction that comes true because of actions that people take upon hearing the prediction. "; 
  52.  
  53.  problemArr[12]["Q"] = " Abandoning one's belief or value and replacing it with another. "; 
  54.  
  55.  problemArr[13]["Q"] = " The attack and defense of a challenged statement or claim. "; 
  56.  
  57.  problemArr[14]["Q"] = " A persuasive message that is organized in terms of steps in the audience's motivation rather than in terms of the specific subject. "; 
  58.  
  59.    
  60.  
  61.  
  62.  
  63.  
  64.  
  65. ////////////////////////////////////////////////////////////////////////////////////
  66. ////////////////////////////////////////////////////////////////////////////////////
  67. //////////////////////////////////////////////////////////////////////////////////// 
  68. // matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
  69. // matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
  70. // matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
  71.  
  72.  
  73.  
  74.  
  75.   matchingAnsObj["A"] = " biased evidence "; 
  76.  
  77.   matchingAnsObj["B"] = " boomerang effect "; 
  78.  
  79.   matchingAnsObj["C"] = " compartmentalization "; 
  80.  
  81.   matchingAnsObj["D"] = " consciousness raising "; 
  82.  
  83.   matchingAnsObj["E"] = " conversion "; 
  84.  
  85.   matchingAnsObj["F"] = " denial "; 
  86.  
  87.   matchingAnsObj["G"] = " dismissal "; 
  88.  
  89.   matchingAnsObj["H"] = " identification "; 
  90.  
  91.   matchingAnsObj["I"] = " motivated sequence "; 
  92.  
  93.   matchingAnsObj["J"] = " motivation "; 
  94.  
  95.   matchingAnsObj["K"] = " refutation "; 
  96.  
  97.   matchingAnsObj["L"] = " reluctant testimony "; 
  98.  
  99.   matchingAnsObj["M"] = " self-fulfilling prophecy "; 
  100.  
  101.   matchingAnsObj["N"] = " target audience "; 
  102.  
  103.  
  104.  
  105. matchingAnsObj["FN"] = " For more information, see page 358 of your text. ";
  106.  
  107. matchingAnsObj["FJ"] = " For more information, see page 358 of your text. ";
  108.  
  109. matchingAnsObj["FL"] = " For more information, see page 361 of your text. ";
  110.  
  111. matchingAnsObj["FA"] = " For more information, see page 361 of your text. ";
  112.  
  113. matchingAnsObj["FH"] = " For more information, see page 362 of your text. ";
  114.  
  115. matchingAnsObj["FF"] = " For more information, see page 364 of your text. ";
  116.  
  117. matchingAnsObj["FG"] = " For more information, see page 364 of your text. ";
  118.  
  119. matchingAnsObj["FC"] = " For more information, see page 365 of your text. ";
  120.  
  121. matchingAnsObj["FB"] = " For more information, see page 366 of your text. ";
  122.  
  123. matchingAnsObj["FD"] = " For more information, see page 370 of your text. ";
  124.  
  125. matchingAnsObj["FM"] = " For more information, see page 371 of your text. ";
  126.  
  127. matchingAnsObj["FE"] = " For more information, see page 371 of your text. ";
  128.  
  129. matchingAnsObj["FK"] = " For more information, see page 373 of your text. ";
  130.  
  131. matchingAnsObj["FI"] = " For more information, see page 378 of your text. ";
  132.    
  133.  
  134.  
  135. ////////////////////////////////////////////////////////////////////////////////////
  136. ////////////////////////////////////////////////////////////////////////////////////
  137. ////////////////////////////////////////////////////////////////////////////////////
  138. ////////////////////////////////////////////////////////////////////////////////////
  139.  
  140.  
  141. }
  142.  
  143.  
  144. getQAarray();
  145.  
  146.  
  147.  
  148.  
  149.